var runtime.finq
12 uses
runtime (current package)
mfinal.go#L49: finq *finBlock // list of finalizers that are to be executed
mfinal.go#L114: if finq == nil || finq.cnt == uint32(len(finq.fin)) {
mfinal.go#L137: block.next = finq
mfinal.go#L138: finq = block
mfinal.go#L140: f := &finq.fin[finq.cnt]
mfinal.go#L141: atomic.Xadd(&finq.cnt, +1) // Sync with markroots
mfinal.go#L207: fb := finq
mfinal.go#L208: finq = nil
mfinal.go#L330: empty := finq == nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |